This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Andy Asanuzenings 14.Nov.03 07:22 AM a Web browser Domino Server6.0.1Windows 2003
These are my agent details :
SELECT RoutingState = "HOLD";
FIELD SaveOptions:=@Unavailable;
FIELD RoutingState := "";
FIELD Form := @If(@IsAvailable(RoutingStateBy) & RoutingStateBy !=""; Form;@IsAvailable(MailSavedForm) & MailSavedForm!="";MailSavedForm;@If(@IsAvailable(AppointmentType); "Notice";"Memo"));
FIELD $Hops:=25;
FIELD RoutingStateBy:=@Unavailable;
Comment - to release hold mails after 9pm.
Option - Shared
Runtime - On Schedule
Schedule - More than once a day
Run agent every - 1 hr
Between times - 09:00 PM and 07:00 AM
Target - All documents in database
Set runtime sec level - 1. Do not allowed restricted operations
Default access for viewing & running this agent - All readers & above
With that, my agent suppose to run everyday at the time stipulated. What puzzle me is that, my agent work good for one day only. Nothing happens the next day. How do I overcome this limitation ? Or perhaps, there's something I missed out.